deny: Sync with rpm-ostree
authorColin Walters <walters@verbum.org>
Fri, 8 Jul 2022 13:33:18 +0000 (09:33 -0400)
committerColin Walters <walters@verbum.org>
Fri, 8 Jul 2022 13:33:18 +0000 (09:33 -0400)
This extends the license set basically and ignores private repos
(which we don't have any yet).

deny.toml

index 75b6ac9b215ddefaa214fdb5d0f2bc12466428c0..e810c910fd4691e28ecee81c5e5677dc85ae790f 100644 (file)
--- a/deny.toml
+++ b/deny.toml
@@ -1,6 +1,8 @@
 [licenses]
 unlicensed = "deny"
-allow = ["Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT", "BSD-3-Clause", "BSD-2-Clause"]
+copyleft = "allow"
+allow = ["Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT", "BSD-3-Clause", "BSD-2-Clause", "Unlicense", "CC0-1.0"]
+private = { ignore = true }
 
 [bans]